home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / clesson / c.dir / 00192_Bitmap_d3.pcx (.png) < prev    next >
Bitmap Image  |  1995-04-05  |  117KB  |  490x236  |  4-bit (6 colors)
Labels: text | screenshot | font
OCR: If we assume that we have typed the command line cnt_letters chapter1 datal to execute this program, then "argv[0]" points to the string "cnt letters", "argy[1]" points to the string "chapter1", and "argy[2]" points to the string "datal". Thus, the file "chapter1" is opened for reading with file pointer "ifp" referring to it, and the file "datal" is opened for writing with file pointer "ofp" referring to it.